PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeShowTextOperator Method
The COS string
The text object displayed by this operator
In This Topic
    analyzeShowTextOperator Method
    In This Topic
    Called when Tj operator is found.
    The textVisualObject parameter is set only when the property is set to true on the analyzer that processes this operator.
    Syntax
    public void analyzeShowTextOperator( 
       PDFCosString cosText,
       PDFTextVisualObject textVisualObject
    )

    Parameters

    cosText
    The COS string
    textVisualObject
    The text object displayed by this operator
    See Also